home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / python / Lib / test / test_builtin.py < prev    next >
Encoding:
Text File  |  1994-04-01  |  207 b   |  14 lines  |  [TEXT/R*ch]

  1. # Python test set -- part 4, built-in functions
  2.  
  3. from test_support import *
  4.  
  5. print '4. Built-in functions'
  6.  
  7. print 'test_b1'
  8. unload('test_b1')
  9. import test_b1
  10.  
  11. print 'test_b2'
  12. unload('test_b2')
  13. import test_b2
  14.